Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IntervalArray<T> Class / ElementCount Property


In This Topic
    ElementCount Property (IntervalArray<T>)
    In This Topic
    Gets the total non-null values.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ElementCount As Integer
    'Usage
     
    
    Dim instance As IntervalArray(Of T)
    Dim value As Integer
     
    value = instance.ElementCount
    public int ElementCount {get;}

    Property Value

    An integer value represents the total non-null values.
    See Also